home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / BACKUP / CUDME373.ZIP;1 / README.1ST < prev    next >
Encoding:
Text File  |  1993-01-03  |  961 b   |  22 lines

  1. Use of Extended mode CUDM.
  2.  
  3. The DOS extender files DPMI16BI.OVL and RTM and included under license by
  4. Borland International. (BI)  CUDM is designed to run under the included 
  5. BI extender or another extender using ver 0.9 DPMI standards. (example: 
  6. QDPMI.SYS from Quarterdeck)
  7.  
  8. DPMIMEM         By default, the Borland DPMI extender allocates all 
  9. available extended and expanded memory for its own use.  If you don't
  10. want all available memory to be taken by the DPMI kernel, you can set an 
  11. environment variable to specify the maximum amount of memory to use. This
  12. variable can be entered directly at the DOS prompt or inserted in your 
  13. AUTOEXEC.BAT file, using this syntax:
  14.   SET DOMIMEM=MAXMEM nnnn
  15. where nnnn is the amount of memory in kilobytes.
  16.  
  17. For examples, if you have a system with 4MB and want the DPMI kernel to use 
  18. 2MB of it, leaving the other 2MB alone, the DPMIMEM variable would be set
  19. as follows:
  20.   SET DMPIMEM=MAXMEM 2000
  21.  
  22.